home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / X11 / extensions / Xcupstr.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-04-12  |  3.3 KB  |  110 lines

  1. /* $Xorg: Xcupstr.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ */
  2.  
  3. /*
  4.  
  5. Copyright 1987, 1988, 1998  The Open Group
  6.  
  7. Permission to use, copy, modify, distribute, and sell this software and its
  8. documentation for any purpose is hereby granted without fee, provided that
  9. the above copyright notice appear in all copies and that both that
  10. copyright notice and this permission notice appear in supporting
  11. documentation.
  12.  
  13. The above copyright notice and this permission notice shall be included in
  14. all copies or substantial portions of the Software.
  15.  
  16. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  17. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  18. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
  19. OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  20. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  21. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  22.  
  23. Except as contained in this notice, the name of The Open Group shall not be
  24. used in advertising or otherwise to promote the sale, use or other dealings
  25. in this Software without prior written authorization from The Open Group.
  26.  
  27. */
  28. /* $XFree86: xc/include/extensions/Xcupstr.h,v 3.5 2001/08/01 00:44:35 tsi Exp $ */
  29.  
  30. #ifndef _XCUPSTR_H_ /* { */
  31. #define _XCUPSTR_H_
  32.  
  33. #include <X11/extensions/Xcup.h>
  34.  
  35. #define XCUPNAME "TOG-CUP"
  36.  
  37. #define XCUP_MAJOR_VERSION    1    /* current version numbers */
  38. #define XCUP_MINOR_VERSION    0
  39.  
  40. typedef struct _XcupQueryVersion {
  41.     CARD8    reqType;    /* always XcupReqCode */
  42.     CARD8    xcupReqType;    /* always X_XcupQueryVersion */
  43.     CARD16    length B16;
  44.     CARD16    client_major_version B16;
  45.     CARD16    client_minor_version B16;
  46. } xXcupQueryVersionReq;
  47. #define sz_xXcupQueryVersionReq        8
  48.  
  49. typedef struct {
  50.     BYTE    type;        /* X_Reply */
  51.     BOOL    pad1;
  52.     CARD16    sequence_number B16;
  53.     CARD32    length B32;
  54.     CARD16    server_major_version B16;
  55.     CARD16    server_minor_version B16;
  56.     CARD32    pad2 B32;
  57.     CARD32    pad3 B32;
  58.     CARD32    pad4 B32;
  59.     CARD32    pad5 B32;
  60.     CARD32    pad6 B32;
  61. } xXcupQueryVersionReply;
  62. #define sz_xXcupQueryVersionReply    32
  63.  
  64. typedef struct _XcupGetReservedColormapEntries {
  65.     CARD8    reqType;    /* always XcupReqCode */
  66.     CARD8    xcupReqType;    /* always X_XcupGetReservedColormapEntries */
  67.     CARD16    length B16;
  68.     CARD32    screen B32;
  69. } xXcupGetReservedColormapEntriesReq;
  70. #define sz_xXcupGetReservedColormapEntriesReq 8
  71.  
  72. typedef struct {
  73.     BYTE    type;        /* X_Reply */
  74.     BOOL    pad1;
  75.     CARD16    sequence_number B16;
  76.     CARD32    length B32;
  77.     CARD32    pad2 B32;
  78.     CARD32    pad3 B32;
  79.     CARD32    pad4 B32;
  80.     CARD32    pad5 B32;
  81.     CARD32    pad6 B32;
  82.     CARD32    pad7 B32;
  83. } xXcupGetReservedColormapEntriesReply;
  84. #define sz_xXcupGetReservedColormapEntriesReply        32
  85.  
  86. typedef struct _XcupStoreColors {
  87.     CARD8    reqType;    /* always XcupReqCode */
  88.     CARD8    xcupReqType;    /* always X_XcupStoreColors */
  89.     CARD16    length B16;
  90.     CARD32    cmap B32;
  91. } xXcupStoreColorsReq;
  92. #define sz_xXcupStoreColorsReq        8
  93.  
  94. typedef struct {
  95.     BYTE    type;        /* X_Reply */
  96.     BOOL    pad1;
  97.     CARD16    sequence_number B16;
  98.     CARD32    length B32;
  99.     CARD32    pad2 B32;
  100.     CARD32    pad3 B32;
  101.     CARD32    pad4 B32;
  102.     CARD32    pad5 B32;
  103.     CARD32    pad6 B32;
  104.     CARD32    pad7 B32;
  105. } xXcupStoreColorsReply;
  106. #define sz_xXcupStoreColorsReply    32
  107.  
  108. #endif /* } _XCUPSTR_H_ */
  109.  
  110.